All Questions
2 questions
2votes
1answer
629views
Why are PID suffixed temporary files a vulnerability
Why is this a security issue? > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820331 > > very predictable temporary files (like > /tmp/cronic.out.$$) that depends only on PID: > ...
1vote
1answer
215views
What is the purpose of enclosing process spawning?
This file/script is supposed to scan for outdated Node modules and prompt the developer to update them, however I believe it is malware. The instructions were to download the file, set the executable ...